@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	list-style-type: none;
	text-decoration: none;
}
html,body{
	height: 100%;
}
img {
	border: 0;
}

input, button {
	outline: 0;
	border: 0;
}

.bg {
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width: 1200px;
	min-height: 730px;
	z-index: -999999;
	position: fixed;
}

.bg img {
	width: 100%; height:100%;
}

.top {
	/* position: fixed; */
	top: 0px;
	left: 0px;
	width: 100%;
	height: 42px;
	background: #fff;
	font-size: 14px;
	z-index: 999;
}

.top .top_container {
	width: 100%;
	max-width: 1200px;
	height: 42px;
	margin: 0 auto;
}

#date {
	line-height: 42px;
	float: left;
}

.top .top_container .top_link {
	float: right;
	height: 42px;
	line-height: 42px;
}

.top .top_container .top_link li {
	float: left;
	margin-right: 20px;
}

.top .top_container .top_link li img {
	vertical-align: middle;
	margin: -3px 2px 0px;
}

.top .top_container .top_link li a {
	color: #000;
}

.top .top_container .top_link li a:hover {
	text-decoration: underline;
}

.middle {
	position: relative;
	width: 1200px;
	height: 200px;
	margin: 0px auto 0px;
	z-index: 100;
}
.middle{
	height: 218px;
}
.middle .index1_logo {
	position: absolute;
	top: 130px;
	left: 50%;
	width: 508px;
	height: 81px;
	margin-left: -254px;
}

.middle .index1_logo {
	left: 0px;
    top: 69px;
    margin: 0px;
}

.middle .search {
	position: absolute;
	top: 250px;
	right: 50%;
	width: 569px;
	height: 100px;
	margin-right: -285px;
}
.middle .search {
	right: 0px;
    top: 73px;
    margin: 0px;
}

.middle .search form {
	width: 568px;
	height: 43px;
	background: url(../img/search_bg.png) no-repeat 0 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 8px 0px 8px 20px;
}

.middle .search form .txt1 {
	width: 460px;
	height: 27px;
	line-height: 27px;
	border: 0;
	float: left;
}

.middle .search form .sousuo {
	float: right;
	width: 70px;
	height: 47px;
	margin-top: -10px;
	margin-right: 0px;
	cursor: pointer;
	background: url(../img/icon04.png) no-repeat 25px 13px;
	color: transparent;
}

.middle .search .hot_search {
	font-size: 14px;
	margin-top: 16px;
}

.middle .search .hot_search dl dt {
	float: left;
	height: 28px;
	line-height: 28px;
	color: #115f8c;
}

.middle .search .hot_search dl dd {
	float: left;
	width: 73px;
	height: 28px;
	background: #1c88c7;
	margin: 0px 10px;
	line-height: 28px;
	text-align: center;
}

.middle .search .hot_search dl dd a {
	color: #fff;
	display: block;
}

.middle .search .hot_search dl:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.main_content {
	/* position: absolute; */
	top: 80%;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	/* height: 60px; */
	margin: 0 auto;
}

.main_content .nav {
	width: 1200px;
	height: 60px;
	background: #1a65b0;
	z-index: 100;
}

.main_content .nav ul li {
	float: left;
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-left: 80px;
	cursor: pointer;
}

.main_content .nav ul li.nav_on {
	background: #105ea5;
}

.main_content .nav ul li:hover {
	background: #105ea5;
}

.main_content .nav ul li a {
	color: #fff;
	font-size: 20px;
}

.main_content .nav ul li a img {
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.main_content .nav ul .oToggle {
	width: 80px;
	margin: 0;
}

.main_content .main_container {
	width: 1200px;
	height: auto;
	background: #fff;
	z-index: 100;
	display: none;
	margin-bottom: 20px;
}
.main_content .main_container {
	display: block;
}
.main_content .main_container .box0 {
	display: none;
	width: 100%;
}